CastifyApp

class CastifyApp(token: String, context: Context, val config: CastifyAppConfig = CastifyAppConfig.production) : AutoCloseable

Castify SDK の各機能へのアクセスを提供します。

Constructors

Link copied to clipboard
fun CastifyApp(token: String, context: Context, config: CastifyAppConfig = CastifyAppConfig.production)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
fun newBroadcaster(lifecycle: Lifecycle? = null): Broadcaster

Broadcaster を作成します。

Link copied to clipboard
fun newPlayer(config: Player.Config = Player.Config()): Player

Player を作成します。

Link copied to clipboard
fun newSource(broadcastId: String, options: PlayOptions = PlayOptions()): Source

Source を作成します。

Link copied to clipboard
fun newVirtualAudio(samplingRate: Int, channelCount: Int = 1): AudioPublisher

AudioPublisher を作成します。

Link copied to clipboard

VideoPublisher を作成します。

Properties

Link copied to clipboard